home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / X11 / XDestroyWindowEvent.z / XDestroyWindowEvent
Encoding:
Text File  |  2002-10-03  |  3.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXDDDDeeeessssttttrrrrooooyyyyWWWWiiiinnnnddddoooowwwwEEEEvvvveeeennnntttt((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXDDDDeeeessssttttrrrrooooyyyyWWWWiiiinnnnddddoooowwwwEEEEvvvveeeennnntttt((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XDestroyWindowEvent - DestroyNotify event structure
  10.  
  11.      SSSSTTTTRRRRUUUUCCCCTTTTUUUURRRREEEESSSS
  12.           The structure for _D_e_s_t_r_o_y_N_o_t_i_f_y events contains:
  13.  
  14.           typedef struct {
  15.                int type;                /* DestroyNotify */
  16.                unsigned long serial;    /* # of last request processed by server */
  17.                Bool send_event;         /* true if this came from a SendEvent request */
  18.                Display *display;        /* Display the event was read from */
  19.                Window event;
  20.                Window window;
  21.           } XDestroyWindowEvent;
  22.  
  23.           When you receive this event, the structure members are set
  24.           as follows.
  25.  
  26.           The type member is set to the event type constant name that
  27.           uniquely identifies it.  For example, when the X server
  28.           reports a _G_r_a_p_h_i_c_s_E_x_p_o_s_e event to a client application, it
  29.           sends an _X_G_r_a_p_h_i_c_s_E_x_p_o_s_e_E_v_e_n_t structure with the type member
  30.           set to _G_r_a_p_h_i_c_s_E_x_p_o_s_e.  The display member is set to a
  31.           pointer to the display the event was read on.  The
  32.           send_event member is set to _T_r_u_e if the event came from a
  33.           _S_e_n_d_E_v_e_n_t protocol request.  The serial member is set from
  34.           the serial number reported in the protocol but expanded from
  35.           the 16-bit least-significant bits to a full 32-bit value.
  36.           The window member is set to the window that is most useful
  37.           to toolkit dispatchers.
  38.  
  39.           The event member is set either to the destroyed window or to
  40.           its parent, depending on whether _S_t_r_u_c_t_u_r_e_N_o_t_i_f_y or
  41.           _S_u_b_s_t_r_u_c_t_u_r_e_N_o_t_i_f_y was selected.  The window member is set
  42.           to the window that is destroyed.
  43.  
  44.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  45.           XAnyEvent(3X11), XButtonEvent(3X11),
  46.           XCreateWindowEvent(3X11), XCirculateEvent(3X11),
  47.           XCirculateRequestEvent(3X11), XColormapEvent(3X11),
  48.           XConfigureEvent(3X11), XConfigureRequestEvent(3X11),
  49.           XCrossingEvent(3X11), XErrorEvent(3X11), XExposeEvent(3X11),
  50.           XFocusChangeEvent(3X11), XGraphicsExposeEvent(3X11),
  51.           XGravityEvent(3X11), XKeymapEvent(3X11), XMapEvent(3X11),
  52.           XMapRequestEvent(3X11), XPropertyEvent(3X11),
  53.           XReparentEvent(3X11), XResizeRequestEvent(3X11),
  54.           XSelectionClearEvent(3X11), XSelectionEvent(3X11),
  55.           XSelectionRequestEvent(3X11), XUnmapEvent(3X11),
  56.           XVisibilityEvent(3X11)
  57.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.